Uses of Interface
org.eclipse.vtp.framework.spi.ISession

Packages that use ISession
org.eclipse.vtp.framework.engine.http   
org.eclipse.vtp.framework.engine.runtime   
org.eclipse.vtp.framework.spi   
 

Uses of ISession in org.eclipse.vtp.framework.engine.http
 

Methods in org.eclipse.vtp.framework.engine.http that return ISession
 ISession DeploymentSession.getSession()
          Returns the session.
 

Uses of ISession in org.eclipse.vtp.framework.engine.runtime
 

Classes in org.eclipse.vtp.framework.engine.runtime that implement ISession
 class Session
          Implementation of the session scope and context.
 

Methods in org.eclipse.vtp.framework.engine.runtime that return ISession
 ISession Process.createSession(ISessionDescriptor descriptor)
           
 ISession Execution.getSession()
           
 

Uses of ISession in org.eclipse.vtp.framework.spi
 

Methods in org.eclipse.vtp.framework.spi that return ISession
 ISession IProcess.createSession(ISessionDescriptor descriptor)
          Creates a new process engine session from the specified descriptor.
 ISession IExecution.getSession()
          Returns the session that created this execution.